home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / hdnfojt.arj / HDINFO.DOC < prev    next >
Text File  |  1993-11-23  |  3KB  |  88 lines

  1. HDINFO Copyright 1993 - James Thorpe
  2.  
  3. OVERVIEW:
  4.  
  5.     HDINFO - provides information about IDE hard disk 
  6.     drives.
  7.  
  8.     It identifies the number of Cylinders, Heads, and 
  9.     Sectors/Cylinder for any IDE hard disk.  The 
  10.     information is read from the hard drive directly, 
  11.     and therefore it does not matter what the current 
  12.     CMOS parameters are.  If the current CMOS settings 
  13.     do not give 100% utilisation of drive space, then 
  14.     optimal CMOS parameters are offered which will.
  15.  
  16.     Ideally, you should run this program when first 
  17.     installing a hard disk to find the optimal 
  18.     parameters for it BEFORE the hard drive is 
  19.     partitioned and formatted.  Choose BIOS hard disk 
  20.     drive type 47, enter the appropriate figures, then 
  21.     partition and format the drive.
  22.  
  23.     PLEASE NOTE: If you are already using the hard drive 
  24.     do NOT change the CMOS setting if they are not 
  25.     optimal for the disk.  You will be unable to access 
  26.     the drive properly if the CMOS parameters are 
  27.     changed from those with which the drive was 
  28.     partitioned and formatted.
  29.  
  30. SOURCE CODE:
  31.  
  32.     The full source code for the program has been 
  33.     distributed with the EXE file. There are several 
  34.     things to note:
  35.  
  36.        1.    Borland C++ is necessary to compile the code in 
  37.         HDWIN.CPP, which uses Borland's Turbo Vision 
  38.         user interface.  The code in HDINFO.CPP (where 
  39.         the real work is done) is not compiler specific 
  40.         and should compile with little, if any, 
  41.         modification using most C++ compilers.
  42.  
  43.     2.    I run the Borland compiler from my D: drive.  
  44.         If you use C: you will need to change the 
  45.         directories settings for the Project file 
  46.         before compiling.
  47.  
  48.     3.    I have included all the source code to 
  49.         demonstrate Turbo Vision programming and direct 
  50.         hardware access in C/C++, in other words, for 
  51.         educational purposes.  You are free to utilise 
  52.         my code in your own programs PROVIDED that you 
  53.         do not make any profit from it.  If you wish to 
  54.         use my code in a commercial application, then 
  55.         let me know, and we can come to some 
  56.         arrangement - or better yet, offer me a job.
  57.  
  58. DISCLAIMER:
  59.  
  60.     I dislike having to do this but ...
  61.  
  62.     Every reasonable effort has been made to ensure that 
  63.     this program will function without damage to the 
  64.     hard disk or its contents.  It is supplied free of 
  65.     charge, as a useful public utility, and is run at 
  66.     risk of the end-user.  The author makes no 
  67.     guarantees and will accept no liability for damage 
  68.     or loss caused by the use of this program.
  69.  
  70. CONTACT:
  71.  
  72.     Should you have any questions regarding this 
  73.     program, or just want a general chat, I can be 
  74.     contacted in the following ways.
  75.  
  76.     Compuserve:     ID# 100035,101
  77.  
  78.     Mail:        James Thorpe
  79.             4/4 Bradly Ave
  80.             Kirribilli
  81.             Sydney
  82.             Australia    2061
  83.  
  84.     Phone:        61 2 957-4450
  85.  
  86. Hope you find HDINFO useful.
  87. James Thorpe.
  88.